| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 15:52:17 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 15:57:27 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 15:58:10 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:00:05 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:00:35 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:02:22 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:03:33 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:03:33 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:03:33 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 16:03:33 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:05:35 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:05:35 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:05:35 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 16:05:35 | INFO | ReportUtils.java:32 | 测试通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:06:18 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:06:18 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:06:18 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 16:06:18 | INFO | ReportUtils.java:32 | 测试通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:16:00 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:16:00 | INFO | ReportUtils.java:32 | 组装url |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:17:10 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:17:10 | INFO | ReportUtils.java:32 | 组装url |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:17:49 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:17:50 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:17:50 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:18:09 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:18:09 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:18:09 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:18:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:18:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:18:53 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 16:18:54 | ERROR | DataUtils.java:60 | 传入的参数为空 |
| 2017-04-22 16:18:54 | INFO | ReportUtils.java:32 | 测试通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:19:52 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:19:52 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:19:52 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 16:19:52 | INFO | ReportUtils.java:32 | 测试通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:24:35 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:24:35 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:24:35 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 16:24:36 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 16:24:36 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:24:36 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 16:24:36 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456 |
| 2017-04-22 16:24:36 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456 |
| 2017-04-22 16:24:37 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 16:24:37 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 16:57:04 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:57:04 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 16:57:04 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 16:57:04 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 16:57:05 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 16:57:05 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 16:57:05 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456 |
| 2017-04-22 16:57:05 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act&login_info=zhouhong&password=123456 |
| 2017-04-22 16:57:05 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 16:57:05 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:02:37 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a title="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown">惊喜价:<b>¥280.00</b></p> <p class="light_gray">市场价:<s>¥280.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=160"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2icOfWbQe29NzBOMTViNDhhNjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=160">美国艾罗伯特(iRobot)智能扫地机器人 Roomba602 吸尘器</a></p> <p class="brown">惊喜价:<b>¥1999.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=186"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49NWFOMmNkNjViYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或" href="/iwebshop/index.php?controller=site&action=products&id=186">乐视超级电视 第3代X40(X3-40)40英寸2D智能LED液晶电视(L403PN或L403SN或</a></p> <p class="brown">惊喜价:<b>¥1888.00</b></p> <p class="light_gray">市场价:<s>¥2399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=163"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2mcZfDbQe59Y2JONmE1ODFiN2QuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" /></a> <p class="pro_title"><a title="美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器" href="/iwebshop/index.php?controller=site&action=products&id=163">美国艾罗伯特(iRobot)智能扫地机器人 Roomba528 吸尘器</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3990.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=3"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeW9TkdZMzhJQUFBQUFBUEtRQXVKRkJRQUFManBBQksxTkVBQThwWTUxMi5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" /></a> <p class="pro_title"><a title="索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)" href="/iwebshop/index.php?controller=site&action=products&id=3">索尼(SONY) KDL-55W800B 55英寸全高清3D LED液晶电视(黑色)</a></p> <p class="brown">惊喜价:<b>¥5199.00</b></p> <p class="light_gray">市场价:<s>¥9999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=166"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U20cOfDbMe59YjBOZTM1NDk5OGUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037" href="/iwebshop/index.php?controller=site&action=products&id=166">美的(Midea)电饭煲 4L/4升涡轮动力圆灶釜内胆智能柴火饭电饭锅 WFS4037</a></p> <p class="brown">惊喜价:<b>¥349.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" title="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=169"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2mcMfjbRel9MzZOM2QxMDkzMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" /></a> <p class="pro_title"><a title="九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08" href="/iwebshop/index.php?controller=site&action=products&id=169">九阳(Joyoung)电饭煲多功能智能电饭锅3L JYF-30FE08</a></p> <p class="brown">惊喜价:<b>¥159.00</b></p> <p class="light_gray">市场价:<s>¥399.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=181"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbYex9SkZVOEVJQUFBQUFBSFdDTTlyUUJBQUFEbzBRUHkzOHNBQWRZZzQ4MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" /></a> <p class="pro_title"><a title="美国进口 万多福Wonderful加州开心果 经典盐焗味454g" href="/iwebshop/index.php?controller=site&action=products&id=181">美国进口 万多福Wonderful加州开心果 经典盐焗味454g</a></p> <p class="brown">惊喜价:<b>¥109.00</b></p> <p class="light_gray">市场价:<s>¥149.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=209"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODlOY2M4NzZjZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=209">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜桃红 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=8"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cOfDbAe19MDNOMzZhNjNlOWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒" href="/iwebshop/index.php?controller=site&action=products&id=8">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶200ml*24盒</a></p> <p class="brown">惊喜价:<b>¥49.90</b></p> <p class="light_gray">市场价:<s>¥162.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=212"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cMfTbcez9MThOYTdlNTkyZmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" /></a> <p class="pro_title"><a title="西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=212">西班牙进口红酒 苏帝乐干红葡萄酒 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥2000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=174"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q22cNfWbNem9YzNON2U2ZjE3ZTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" /></a> <p class="pro_title"><a title="印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克" href="/iwebshop/index.php?controller=site&action=products&id=174">印度尼西亚 丽芝士 Richeese 纳宝帝奶酪威化饼干350克</a></p> <p class="brown">惊喜价:<b>¥26.80</b></p> <p class="light_gray">市场价:<s>¥29.90</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=215"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfTbcex9YzROMTQ0NjdhYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)" href="/iwebshop/index.php?controller=site&action=products&id=215">法国进口红酒 拉菲传奇干红葡萄酒双支礼盒装(耀蓝)750ml*2瓶(ASC)</a></p> <p class="brown">惊喜价:<b>¥258.00</b></p> <p class="light_gray">市场价:<s>¥395.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=196"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcZfGbUez9MjBOMjc3NWFlNGQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " /></a> <p class="pro_title"><a title="作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) " href="/iwebshop/index.php?controller=site&action=products&id=196">作木坊 实木床1.5 1.8米高箱海棠木双人床实木家具婚床卧室A805 标准框架床(不含床头柜) </a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥15398.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=199"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cOfDbEe29MGNONzUyZDRmMDguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" /></a> <p class="pro_title"><a title="喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*" href="/iwebshop/index.php?controller=site&action=products&id=199">喜临门(SLEEMON)乳胶椰棕床垫 邦尼尔弹簧软硬两用 席梦思床垫 墨竹灰 1500*2000*</a></p> <p class="brown">惊喜价:<b>¥1899.00</b></p> <p class="light_gray">市场价:<s>¥4899.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=13"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cZfmbUe19NmZONDE4ZmY4MWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" /></a> <p class="pro_title"><a title="开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白" href="/iwebshop/index.php?controller=site&action=products&id=13">开林尚系列 触摸6档滑动调光折叠阅读学习工作LED台灯HL-13301 品质白</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥299.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=202"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2icNfGbZei9MjZOYzZkNTM3ZTUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制" href="/iwebshop/index.php?controller=site&action=products&id=202">美国金可儿(kingkoil)乳胶床垫 席梦思弹簧床垫加厚版 五星级酒店床垫软硬适中 碧玺 高端定制</a></p> <p class="brown">惊喜价:<b>¥8199.00</b></p> <p class="light_gray">市场价:<s>¥19760.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=189"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y22cZfjbge39YzhONDIxZGYyMWQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" /></a> <p class="pro_title"><a title="作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头" href="/iwebshop/index.php?controller=site&action=products&id=189">作木坊 实木床双人床高箱床1.8米胡桃木实木床品牌卧室家具中式全实木床A309 标准框架床(不含床头</a></p> <p class="brown">惊喜价:<b>¥4699.00</b></p> <p class="light_gray">市场价:<s>¥30000.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=205"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcMf2bEe19NDVOYmU3N2UxMTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" /></a> <p class="pro_title"><a title="Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)" href="/iwebshop/index.php?controller=site&action=products&id=205">Sweetnight床垫 席梦思床垫 乳胶床垫 棕垫 1.8*2米(乳胶+独立弹簧+椰棕床垫)</a></p> <p class="brown">惊喜价:<b>¥1980.00</b></p> <p class="light_gray">市场价:<s>¥5940.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=28"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3MzkyNDUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" /></a> <p class="pro_title"><a title="供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理" href="/iwebshop/index.php?controller=site&action=products&id=28">供应藏族舞台演出服 藏族歌曲表演服 男士舞蹈表演服代理</a></p> <p class="brown">惊喜价:<b>¥852.00</b></p> <p class="light_gray">市场价:<s>¥852.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=101"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk1MjcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" /></a> <p class="pro_title"><a title="新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=101">新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌内衣文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=31"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NTQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" /></a> <p class="pro_title"><a title="供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍" href="/iwebshop/index.php?controller=site&action=products&id=31">供应藏族成人表演服 大方个性修身舞台舞蹈服 迎宾接待藏袍</a></p> <p class="brown">惊喜价:<b>¥780.00</b></p> <p class="light_gray">市场价:<s>¥780.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=104"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM1MzguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" /></a> <p class="pro_title"><a title="2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发" href="/iwebshop/index.php?controller=site&action=products&id=104">2015新款女士性感蕾丝刺绣内衣胸罩 聚拢调整型品牌内衣文胸 批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=18"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cMfmbFel9Y2JOMzk3NzkzZjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" /></a> <p class="pro_title"><a title="绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码" href="/iwebshop/index.php?controller=site&action=products&id=18">绿色森林(GREEN FOREST)专柜品牌男士短袖丝光棉衬衫男 1506# L码</a></p> <p class="brown">惊喜价:<b>¥168.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=34"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5MDAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" /></a> <p class="pro_title"><a title="供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍" href="/iwebshop/index.php?controller=site&action=products&id=34">供应藏族成人演出服 民族舞台表演接待舞蹈服服装 个性修身藏袍</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=220"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=L837c4v0M5T2c81fL824g3v2M2T0c210" width="175" height="175" alt="货架上打击" title="货架上打击" /></a> <p class="pro_title"><a title="货架上打击" href="/iwebshop/index.php?controller=site&action=products&id=220">货架上打击</a></p> <p class="brown">惊喜价:<b>¥120.00</b></p> <p class="light_gray">市场价:<s>¥100.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=21"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzc3NDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" /></a> <p class="pro_title"><a title="羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女" href="/iwebshop/index.php?controller=site&action=products&id=21">羌族舞蹈服服装 民族服手工工艺 接待迎宾表演舞台服套装女</a></p> <p class="brown">惊喜价:<b>¥1020.00</b></p> <p class="light_gray">市场价:<s>¥1020.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:02:38 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:10:49 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:10:50 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:14:28 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:14:28 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:14:29 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:17:03 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:17:03 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:17:04 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:25:44 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:25:45 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:25:50 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:25:52 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:26:19 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:26:19 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:26:19 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:26:20 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:26:20 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:26:21 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:28:58 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:28:58 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:28:59 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:28:59 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:28:59 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:28:59 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:28:59 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:28:59 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:29:00 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:29:00 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:30:30 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:30:30 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:30:30 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:30:30 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:30:31 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:30:31 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:30:31 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:30:31 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:30:31 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:30:58 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:31:36 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:31:36 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:31:36 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:31:36 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:31:37 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:31:37 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:31:37 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:31:37 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:31:37 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:31:37 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:31:54 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:31:54 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:31:54 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:31:54 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:31:55 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:31:55 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:31:55 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:31:55 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:31:55 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:31:55 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:33:11 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:33:12 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:33:12 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:33:59 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:33:59 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:33:59 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:33:59 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:34:00 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:34:00 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:34:00 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:34:00 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:34:00 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:34:00 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:35:05 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:35:06 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:35:06 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:35:06 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:35:06 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:35:06 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:35:06 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:35:06 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:35:07 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:35:07 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:35:39 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:35:40 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:40:15 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:42:28 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:42:29 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:42:33 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:42:36 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:43:03 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:43:03 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:43:03 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:43:04 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:43:04 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:43:05 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:47:13 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:47:13 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:47:14 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:47:14 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:47:14 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:47:14 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:47:14 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:47:14 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:47:15 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:47:15 | INFO | ReportUtils.java:32 | 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong] |
| 2017-04-22 17:47:15 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:47:43 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong] |
| 2017-04-22 17:47:44 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:48:23 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:48:23 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:48:24 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:48:24 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:48:24 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:48:24 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:48:24 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:48:24 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:48:25 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:48:25 | INFO | ReportUtils.java:32 | 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong] |
| 2017-04-22 17:48:43 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:50:02 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:50:02 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:50:02 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:50:02 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:50:03 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:50:03 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:50:03 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:50:03 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:50:03 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:50:03 | INFO | ReportUtils.java:32 | 同请求发送的[controller=simple, password=123456, action=login_act, login_info=zhouhong] |
| 2017-04-22 17:50:03 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:50:54 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:50:54 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:50:54 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:50:54 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:50:55 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:50:55 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:50:55 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action |
| 2017-04-22 17:50:55 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller&action |
| 2017-04-22 17:50:55 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:51:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:51:54 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:52:30 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:52:31 | INFO | ReportUtils.java:32 | 同请求发送的[参数=123456, 参数_controller=simple, 参数_action=login_act, 参数=zhouhong] |
| 2017-04-22 17:52:31 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:53:57 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:53:57 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | 同请求发送的[参数=123456, 参数=zhouhong] |
| 2017-04-22 17:53:58 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:55:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:55:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 17:55:54 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:57:09 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:57:09 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 17:57:10 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 17:59:11 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:59:11 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 17:59:12 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:12:29 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:12:29 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:12:29 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:12:29 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:12:30 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:12:30 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:12:30 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:12:30 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:12:30 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 18:12:30 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:12:30 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:13:47 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:13:48 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><td colspan="2"> <div class="prompt"><img src="/iwebshop/views/default/skin/default/images/front/error_s.gif" width="16" height="15" />请填写用户名,邮箱,手机号</div> </td></tr> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script><script type="text/javascript">art.dialog.tips("请填写用户名,邮箱,手机号")</script> |
| 2017-04-22 18:13:48 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:13:48 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:24:38 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:24:38 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:24:39 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:24:39 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:24:39 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:24:39 | INFO | ReportUtils.java:32 | 开始post方法 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:26:06 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:26:06 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:26:06 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:26:06 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:26:06 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:26:06 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 18:26:07 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:27:13 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:27:13 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:27:14 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:27:14 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:27:14 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:27:14 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 18:27:15 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:30:58 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:30:58 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:30:58 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:30:59 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:30:59 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:30:59 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:30:59 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:30:59 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:31:36 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:31:36 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:31:37 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:31:37 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:31:37 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:31:37 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:31:37 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:31:37 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:32:45 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:32:46 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:32:46 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:32:46 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:32:46 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:32:46 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:32:46 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:32:47 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:33:19 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:33:19 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:33:19 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:33:19 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:33:20 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:33:20 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:33:20 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:33:20 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:34:12 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:34:12 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:34:13 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:34:13 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:34:13 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:34:13 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:34:13 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:34:13 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:35:31 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:35:31 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:35:32 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:35:32 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:35:32 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:35:32 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:35:32 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:36:05 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:36:05 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:36:06 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:36:06 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:36:06 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 2017-04-22 18:36:06 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:36:06 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:36:06 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act& |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:37:48 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:41:10 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:41:10 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:41:10 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:41:10 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:41:11 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:41:11 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:41:11 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:41:11 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:41:11 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:41:11 | ERROR | ReportUtils.java:58 | 返回实体内容为空 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:42:52 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:42:52 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:42:52 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:42:52 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:42:53 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:42:53 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:42:53 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:42:53 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:42:53 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:42:53 | ERROR | ReportUtils.java:58 | 返回实体内容为空 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:43:40 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:43:41 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:44:40 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:44:40 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:44:40 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:44:40 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:44:41 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:44:41 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:44:41 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:44:41 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:44:41 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:44:41 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:45:14 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:45:14 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:45:14 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:45:14 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:45:15 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:45:15 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:45:15 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:45:15 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:45:15 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:45:15 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:52:14 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:52:14 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:52:15 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:52:15 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:52:15 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:52:15 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:52:15 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:52:15 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:52:15 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:52:16 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 18:52:16 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:52:16 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action |
| 2017-04-22 18:52:16 | INFO | ReportUtils.java:32 | 同请求发送的[controller=ucenter, action=index] |
| 2017-04-22 18:52:16 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:52:16 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller&action |
| 2017-04-22 18:52:16 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:52:49 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:52:49 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 同请求发送的[controller=ucenter, action=index] |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller&action |
| 2017-04-22 18:52:50 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 18:52:50 | ERROR | ReportUtils.java:58 | 错误 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 18:53:54 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:53:54 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 18:53:54 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:53:54 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 18:53:55 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 18:53:56 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 18:53:56 | INFO | ReportUtils.java:32 | 测试通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 19:09:52 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:09:52 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 19:09:52 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:09:53 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 19:09:54 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:09:54 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:09:54 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 19:15:34 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:15:34 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 19:15:35 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:15:36 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:15:36 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:15:36 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 19:19:40 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:19:40 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:19:41 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:19:42 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:19:42 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:19:42 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 19:23:58 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:23:58 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 19:23:58 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:23:58 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:23:59 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:24:00 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:24:00 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:24:00 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 19:26:52 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:26:52 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 19:26:53 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 19:26:54 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 19:26:54 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 19:26:54 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 21:55:14 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 21:55:14 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 21:55:14 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 21:55:14 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 21:55:15 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 21:55:15 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 同请求发送的[password=123456, login_info=zhouhong] |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 2017-04-22 21:55:53 | ERROR | ReportUtils.java:58 | 错误 |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 21:55:53 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 21:55:54 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 21:55:54 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 21:55:54 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 22:01:12 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:01:12 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:01:13 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:01:14 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:01:14 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:01:14 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:01:14 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 22:03:16 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:03:16 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:03:17 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:03:18 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:03:18 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:03:18 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:03:18 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:04:29 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:04:30 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:04:30 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:04:30 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:04:30 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 22:05:20 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:05:20 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:05:21 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:05:22 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:05:22 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:05:22 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:05:22 | WARN | ReportUtils.java:69 | 测试不通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 22:56:01 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:56:01 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 22:56:01 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:56:01 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:01 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:01 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 22:56:01 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 22:56:02 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:02 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:02 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action |
| 2017-04-22 22:56:02 | WARN | ReportUtils.java:69 | 测试不通过 |
| 2017-04-22 22:56:02 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:02 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action=integral |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=integral |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action=redpacket |
| 2017-04-22 22:56:03 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=redpacket |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action=refunds |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=refunds |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action=account_log |
| 2017-04-22 22:56:04 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=account_log |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action=address&id=undefined |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller&action=address&id=undefined |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <div class="error wrapper clearfix"> <table class="form_table prompt_3 f_l"> <col width="250px" /> <col /> <tr> <th valign="top"><img src="/iwebshop/views/default/skin/default/images/front/cry.gif" width="122" height="98" /></th> <td> <p class="mt_10"><strong class="f14 gray">请确定要访问的页面在是否存在</strong></p> <p class="gray">您可以:</p> <p class="gray">1.检查刚才的输入</p> <p class="gray">2.到<a class="blue" href="/iwebshop/index.php?controller=site&action=help_list">帮助中心</a>寻求帮助</p> <p class="gray">3.去其他地方逛逛:<a href='javascript:void(0)' class='blue' onclick='window.history.go(-1);'>返回上一级操作</a>|<a class="blue" href="/iwebshop/">网站首页</a>|<a class="blue" href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a>|<a class="blue" href="/iwebshop/index.php?controller=simple&action=cart">我的购物车</a></p> </td> </tr> </table> </div> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller&action=address_add&id=null |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 同请求发送的[] |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 开始执行post请求 |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 执行请求的URI为:http://localhost:82/iwebshop/index.php?controller&action=address_add&id=null |
| 2017-04-22 22:56:05 | INFO | ReportUtils.java:32 | 返回实体内容为空 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 23:01:35 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 23:01:35 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 23:01:36 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 23:01:36 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 23:01:36 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 23:01:36 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 23:01:36 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 23:01:37 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 23:01:37 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 23:01:37 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 23:01:37 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 23:01:37 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 23:01:37 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 23:01:37 | INFO | ReportUtils.java:32 | 测试通过 |
| 执行时间 | 级别 | 所在行 | 信息 |
|---|---|---|---|
| 2017-04-22 23:07:41 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 23:07:41 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php |
| 2017-04-22 23:07:41 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artTemplate/artTemplate-plugin.js"></script> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="index"> <div class="container"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="navbar"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=index">首页</a></li> <li><a href="http://www.aircheng.com">产品官网<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=systemadmin&action=index">后台管理<span> </span></a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理<span> </span></a></li> </ul> <div class="mycart" name="mycart"> <dl> <dt><a href="/iwebshop/index.php?controller=simple&action=cart">购物车<b name="mycart_count">0</b>件</a></dt> <dd><a href="/iwebshop/index.php?controller=simple&action=cart">去结算</a></dd> </dl> <!--购物车浮动div 开始--> <div class="shopping" id='div_mycart' style='display:none;'></div> <!--购物车浮动div 结束--> <!--购物车模板 开始--> <script type='text/html' id='cartTemplete'> <dl class="cartlist"> <%for(var item in goodsData){%> <%var data = goodsData[item]%> <dd id="site_cart_dd_<%=item%>"> <div class="pic f_l"><img width="55px" height="55px" src="/iwebshop/<%=data['img']%>"></div> <h3 class="title f_l"><a href="/iwebshop/index.php?controller=site&action=products&id=<%=data['goods_id']%>"><%=data['name']%></a></h3> <div class="price f_r t_r"> <b class="block">¥<%=data['sell_price']%> x <%=data['count']%></b> <input class="del" type="button" value="删除" onclick="removeCart('<%=data['id']%>','<%=data['type']%>');$('#site_cart_dd_<%=item%>').hide('slow');" /> </div> </dd> <%}%> <dd class="static"><span>共<b name="mycart_count"><%=goodsCount%></b>件商品</span>金额总计:<b name="mycart_sum">¥<%=goodsSum%></b></dd> <%if(goodsData){%> <dd class="static"> <label class="btn_orange"><input type="button" value="去购物车结算" onclick="window.location.href='/iwebshop/index.php?controller=simple&action=cart';" /></label> </dd> <%}%> </dl> </script> <!--购物车模板 结束--> </div> </div> <div class="searchbar"> <div class="allsort"> <a href="javascript:void(0);">全部商品分类</a> <!--总的商品分类-开始--> <ul class="sortlist" id='div_allsort' style='display:none'> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=3">平板电视</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=15">电风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=16">冷风扇</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=17">扫地机器人</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=18">电饭煲</a>| <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=19">微波炉</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=6">牛奶</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=34">红酒和白酒</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=9">灯饰照明</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=32">实木床</a>| </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> <li> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></h2> <!--商品分类 浮动div 开始--> <div class="sublist" style='display:none'> <div class="items"> <strong>选择分类</strong> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> </dt> <dd> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=12">衬衫</a>| </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> </dt> <dd> </dd> </dl> <dl class="category selected"> <dt> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </dt> <dd> </dd> </dl> </div> </div> <!--商品分类 浮动div 结束--> </li> </ul> <!--总的商品分类-结束--> </div> <div class="searchbox"> <form method='get' action='/iwebshop/index.php'> <input type='hidden' name='controller' value='site' /> <input type='hidden' name='action' value='search_list' /> <input class="text" type="text" name='word' autocomplete="off" value="" placeholder="请输入关键词..." /> <input class="btn" type="submit" value="商品搜索" /> </form> </div> <div class="hotwords">热门搜索: <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6">进口牛奶</a> </div> </div> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.min.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/jquerySlider/jquery.bxslider.css" /> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--cms新闻展示--> <div class="box m_10"> <div class="title"><h2>Shop资讯</h2><a class="more" href="/iwebshop/index.php?controller=site&action=article">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--cms新闻展示--> </div> <!--幻灯片 开始--> <div class="main f_l"> <ul class="bxslider"> <li title="新设计,新内核,新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjEuanBn" width="750px" title="新设计,新内核,新起点" /></a></li> <li title="开源电子商务"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjIuanBn" width="750px" title="开源电子商务" /></a></li> <li title="自由,易于二次开发"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjMuanBn" width="750px" title="自由,易于二次开发" /></a></li> <li title="电子商务新起点"><a href="http://www.aircheng.com" target="_blank"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=a8H7R400c5D2o8vfL834d332d2y052h0aeX5Jaj8a6GdV2u0Zdy652jcbf2b0ev9aW1hZ2VzL2RlZmF1bHRCYW5uZXIvYjQuanBn" width="750px" title="电子商务新起点" /></a></li> </ul> </div> <!--幻灯片 结束--> </div> <div class="wrapper clearfix"> <div class="sidebar f_r"> <!--团购--> <div class="group_on box m_10"> <div class="title"><h2>团购商品</h2><a class="more" href="/iwebshop/index.php?controller=site&action=groupon">更多...</a></div> <div class="cont"> <ul class="ranklist"> <li class="current"> <a href="/iwebshop/index.php?controller=site&action=groupon&id=4"><img width="60px" height="60px" alt="团购活动" src="/iwebshop/upload/2015/06/16/20150616233503970.jpg"></a> <a class="p_name" title="团购活动" href="/iwebshop/index.php?controller=site&action=groupon&id=4">团购活动</a><p class="light_gray">团购价:<em>¥19.00</em></p> </li> </ul> </div> </div> <!--团购--> <!--限时抢购--> <div class="buying box m_10"> <div class="title"><h2>限时抢购</h2></div> <div class="cont clearfix"> <ul class="prolist"> </ul> </div> </div> <!--限时抢购--> <!--热卖商品--> <div class="hot box m_10"> <div class="title"><h2>热卖商品</h2></div> <div class="cont clearfix"> <ul class="prolist"> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown"><b>¥279.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=42"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDM5MTYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=42">韩版学院风范 荔枝纹 双肩包 女士 真皮女包 手提包</a></p> <p class="brown"><b>¥260.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown"><b>¥352.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown"><b>¥720.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="iWebShop支付测试" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown"><b>¥0.10</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown"><b>¥25.00</b></p> </li> <li> <a href="/iwebshop/index.php?controller=site&action=products&id=43"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMDMxMzEuanBnL3cvODUvaC84NQO0O0OO0O0O" width="85" height="85" alt="荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包" /></a> <p class="pro_title"><a href="/iwebshop/index.php?controller=site&action=products&id=43">荔枝纹头层牛皮双肩包 时尚休闲包 真皮女包手提包</a></p> <p class="brown"><b>¥280.00</b></p> </li> </ul> </div> </div> <!--热卖商品--> <!--公告通知--> <div class="box m_10"> <div class="title"><h2>公告通知</h2><a class="more" href="/iwebshop/index.php?controller=site&action=notice">更多...</a></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--公告通知--> <!--促销规则--> <div class="box m_10"> <div class="title"><h2>促销活动</h2></div> <div class="cont"> <ul class="list"> </ul> </div> </div> <!--促销规则--> <!--关键词--> <div class="box m_10"> <div class="title"><h2>关键词</h2><a class="more" href="/iwebshop/index.php?controller=site&action=tags">更多...</a></div> <div class="tag cont t_l"> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E7%9C%9F%E7%9A%AE%E5%A5%B3%E5%8C%85" class="orange">真皮女包</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%A1%AC%E8%A1%A3" class="orange">衬衣</a> <a href="/iwebshop/index.php?controller=site&action=search_list&word=%E8%BF%9B%E5%8F%A3%E7%89%9B%E5%A5%B6" class="orange">进口牛奶</a> </div> </div> <!--关键词--> <!--电子订阅--> <div class="book box m_10"> <div class="title"><h2>电子订阅</h2></div> <div class="cont"> <p>我们会将最新的资讯发到您的Email</p> <input type="text" class="gray_m light_gray f_l" name='orderinfo' placeholder="输入您的电子邮箱地址" /> <label class="btn_orange"><input type="button" onclick="orderinfo();" value="订阅" /></label> </div> </div> <!--电子订阅--> </div> <div class="main f_l"> <!--商品分类展示--> <div class="category box"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/category.gif" alt="商品分类" width="155" height="36" /></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=sitemap">全部商品分类</a> </div> </div> <table id="index_category" class="sort_table m_10" width="100%"> <col width="100px" /> <col /> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">家用电器</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">食品饮料</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">家具</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a> </td> </tr> <tr> <th><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">服装</a></th> <td> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a> <a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a> </td> </tr> </table> <!--商品分类展示--> <!--最新商品--> <div class="box yellow m_10"> <div class="title2"> <h2><img src="/iwebshop/views/default/skin/default/images/front/new_product.gif" alt="最新商品" width="160" height="36" /></h2> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=95"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMzE5NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" /></a> <p class="pro_title"><a title="2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包" href="/iwebshop/index.php?controller=site&action=products&id=95">2014C春夏手提单肩铆钉包 欧美时尚真皮女包 休闲单肩包广州包</a></p> <p class="brown">惊喜价:<b>¥385.00</b></p> <p class="light_gray">市场价:<s>¥385.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=39"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDM3NjIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" /></a> <p class="pro_title"><a title="供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理" href="/iwebshop/index.php?controller=site&action=products&id=39">供应少数民族服饰 藏族接待服 民族舞蹈表演服演出服代理</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=217"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cZfTbdei9N2FOYTI0N2U3M2YuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=217">法国进口红酒 拉菲罗氏传奇波尔多干红葡萄酒 整箱装750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥468.00</b></p> <p class="light_gray">市场价:<s>¥588.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=87"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMjU5ODYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" /></a> <p class="pro_title"><a title="2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包" href="/iwebshop/index.php?controller=site&action=products&id=87">2014新款爆款欧美进口真皮女包H型鳄鱼纹空姐包手提单肩斜跨包包</a></p> <p class="brown">惊喜价:<b>¥352.00</b></p> <p class="light_gray">市场价:<s>¥352.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=106"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTM3NzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=106">单笔订单满6千元15天包退 背心式刺绣内衣聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥25.00</b></p> <p class="light_gray">市场价:<s>¥25.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=107"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeT5Iav8M6jdg2v0Mdj6A2xcNfTbEey9MjgwOTIyMDk0ODcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="iWebShop支付测试" /></a> <p class="pro_title"><a title="iWebShop支付测试" href="/iwebshop/index.php?controller=site&action=products&id=107">iWebShop支付测试</a></p> <p class="brown">惊喜价:<b>¥0.10</b></p> <p class="light_gray">市场价:<s>¥0.10</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=96"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzMzMTkyNzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2014 最新爆款 欧美时尚大牌 真皮手提包包" /></a> <p class="pro_title"><a title="2014 最新爆款 欧美时尚大牌 真皮手提包包" href="/iwebshop/index.php?controller=site&action=products&id=96">2014 最新爆款 欧美时尚大牌 真皮手提包包</a></p> <p class="brown">惊喜价:<b>¥279.00</b></p> <p class="light_gray">市场价:<s>¥279.00</s></p> </li> </ul> </div> </div> <!--最新商品--> <!--首页推荐商品--> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=1"><strong>家用电器</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=1">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=2">大家电</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=13">生活电器</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=14">厨房电器</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=156"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2zcYfWbYe39NTRONGI4NWM0NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" /></a> <p class="pro_title"><a title="Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金" href="/iwebshop/index.php?controller=site&action=products&id=156">Proscenic浦桑尼克 Summer P2智能扫地机器人 带水箱湿拖地 擦地机 吸尘器 土豪金</a></p> <p class="brown">惊喜价:<b>¥1599.00</b></p> <p class="light_gray">市场价:<s>¥4980.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=172"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6N2hcMfTbMe29NTBOMzg1M2E5ZWUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" /></a> <p class="pro_title"><a title="九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)" href="/iwebshop/index.php?controller=site&action=products&id=172">九阳(Joyoung)JYF-40FS69 多功能电饭煲4L智能电饭锅(24小时预约)</a></p> <p class="brown">惊喜价:<b>¥199.00</b></p> <p class="light_gray">市场价:<s>¥599.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=159"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y23cMfjbZel9NWNOZWUzNDcwOTcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" /></a> <p class="pro_title"><a title="科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音" href="/iwebshop/index.php?controller=site&action=products&id=159">科沃斯(Ecovacs)魔钻-BFD-wwt-青钻蓝 扫地机器人吸尘器 智能拖地静音</a></p> <p class="brown">惊喜价:<b>¥1799.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=185"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49MjZONTBlNDMwNTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" /></a> <p class="pro_title"><a title="乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)" href="/iwebshop/index.php?controller=site&action=products&id=185">乐视超级电视 S50 Air 全配版 50英寸2D智能LED黑色(Letv S50 Air)</a></p> <p class="brown">惊喜价:<b>¥2998.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=162"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U25cMfGbYez9YzJOZDBiZWM3OTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" /></a> <p class="pro_title"><a title="飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机" href="/iwebshop/index.php?controller=site&action=products&id=162">飞利浦(PHILIPS)扫地机器人FC8820/82全自动大尘盒可擦地扫地机</a></p> <p class="brown">惊喜价:<b>¥2299.00</b></p> <p class="light_gray">市场价:<s>¥3499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=188"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cZfGbYe49YmVONjkxY2RkNzMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" /></a> <p class="pro_title"><a title="乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)" href="/iwebshop/index.php?controller=site&action=products&id=188">乐视超级电视 第3代X50(X3-50)50英寸 4K高清3D智能LED液晶电视(标配挂架)</a></p> <p class="brown">惊喜价:<b>¥3879.00</b></p> <p class="light_gray">市场价:<s>¥3999.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=2"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U23cNfjblel9OTJOZjIxNDYzMmUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" /></a> <p class="pro_title"><a title="乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红" href="/iwebshop/index.php?controller=site&action=products&id=2">乐视TV(Letv) S50 Air FL2041全配版 50英寸 2D智能LED液晶 超级电视(红</a></p> <p class="brown">惊喜价:<b>¥2999.00</b></p> <p class="light_gray">市场价:<s>¥3569.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=165"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U21cZfWbEe19OTVONzJmMDNiN2EuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" /></a> <p class="pro_title"><a title="美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029" href="/iwebshop/index.php?controller=site&action=products&id=165">美的(Midea)电饭煲 4L/4升 立体循环加热柴火饭多功能智能电饭锅 MB-WFS4029</a></p> <p class="brown">惊喜价:<b>¥299.00</b></p> <p class="light_gray">市场价:<s>¥799.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=4"><strong>食品饮料</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=4">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=5">进口食品</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=33">酒品</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=218"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cYf2bNej9ZmRONmY4MTdlYzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" /></a> <p class="pro_title"><a title="法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶" href="/iwebshop/index.php?controller=site&action=products&id=218">法国进口红酒 塞莱斯城堡干红葡萄酒 整箱装 750ml*6瓶</a></p> <p class="brown">惊喜价:<b>¥238.00</b></p> <p class="light_gray">市场价:<s>¥3998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=177"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbVes9TWhhRGtJQUFBQUFBUHJsRFpaRTFnQUFLQ0V3Q0lXZWNBQS11czk0MS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g*2袋" title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g*2袋" href="/iwebshop/index.php?controller=site&action=products&id=177">越南进口Sabava沙巴哇综合蔬果干230g*2袋</a></p> <p class="brown">惊喜价:<b>¥47.60</b></p> <p class="light_gray">市场价:<s>¥50.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=180"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0cdk6J2FcafFbdes9TWhjWHNJQUFBQUFBS1pfaFdUUHNFQUFLQUlBQUhCRTBBQXBvVzgyOS5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="越南进口Sabava沙巴哇综合蔬果干230g" title="越南进口Sabava沙巴哇综合蔬果干230g" /></a> <p class="pro_title"><a title="越南进口Sabava沙巴哇综合蔬果干230g" href="/iwebshop/index.php?controller=site&action=products&id=180">越南进口Sabava沙巴哇综合蔬果干230g</a></p> <p class="brown">惊喜价:<b>¥26.50</b></p> <p class="light_gray">市场价:<s>¥28.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=183"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y24cMfzbkez9NjZOODY1NzA0NTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="菲律宾进口7D芒果干100g*3袋" title="菲律宾进口7D芒果干100g*3袋" /></a> <p class="pro_title"><a title="菲律宾进口7D芒果干100g*3袋" href="/iwebshop/index.php?controller=site&action=products&id=183">菲律宾进口7D芒果干100g*3袋</a></p> <p class="brown">惊喜价:<b>¥35.00</b></p> <p class="light_gray">市场价:<s>¥49.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=7"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U2zcNfWbUe09MTdOZGIxNGRkYjEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" /></a> <p class="pro_title"><a title="德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12" href="/iwebshop/index.php?controller=site&action=products&id=7">德国 进口牛奶 欧德堡(Oldenburger)超高温处理全脂纯牛奶1L*12</a></p> <p class="brown">惊喜价:<b>¥89.00</b></p> <p class="light_gray">市场价:<s>¥232.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=211"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6V2hcYfzbke29ODVOODY4ZDRiYTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" /></a> <p class="pro_title"><a title="海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml" href="/iwebshop/index.php?controller=site&action=products&id=211">海外直采 意大利进口 卡维留里 蓝布鲁斯科 甜白 低泡葡萄酒 750ml</a></p> <p class="brown">惊喜价:<b>¥86.00</b></p> <p class="light_gray">市场价:<s>¥86.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=10"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6R2icZfTbJeh9MjhOZTcxZTcxYWMuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" /></a> <p class="pro_title"><a title="澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装" href="/iwebshop/index.php?controller=site&action=products&id=10">澳大利亚 进口牛奶 德运(Devondale) 全脂牛奶 1L*10 整箱装</a></p> <p class="brown">惊喜价:<b>¥99.00</b></p> <p class="light_gray">市场价:<s>¥199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=214"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U22cNfmbIe59MGVOODhmZjFjYTguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="张裕特选级窖藏干红葡萄酒750ml*6" title="张裕特选级窖藏干红葡萄酒750ml*6" /></a> <p class="pro_title"><a title="张裕特选级窖藏干红葡萄酒750ml*6" href="/iwebshop/index.php?controller=site&action=products&id=214">张裕特选级窖藏干红葡萄酒750ml*6</a></p> <p class="brown">惊喜价:<b>¥338.00</b></p> <p class="light_gray">市场价:<s>¥435.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=7"><strong>家具</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=7">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=8">家装建材</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=31">卧室家具</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=192"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y25cNfzbQe29Y2JOMjQzMmM5MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" /></a> <p class="pro_title"><a title="贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820" href="/iwebshop/index.php?controller=site&action=products&id=192">贝黎诗 实木双人床 美式纯全实木桦木高箱储物床1.8米 欧式法式床卧室家具 100%全实木8820</a></p> <p class="brown">惊喜价:<b>¥4280.00</b></p> <p class="light_gray">市场价:<s>¥9960.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=208"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2wcZfmbRei9MDhOMWY1M2M1NDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" /></a> <p class="pro_title"><a title="纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m" href="/iwebshop/index.php?controller=site&action=products&id=208">纽卡斯床垫 席梦思床垫 棕垫 弹簧床垫 A 高档织锦+3E椰梦维+精钢弹簧 1800mm*2000m</a></p> <p class="brown">惊喜价:<b>¥877.00</b></p> <p class="light_gray">市场价:<s>¥3199.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=195"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y20cNfDbge59ODdOZGMwMzZkZTEuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" /></a> <p class="pro_title"><a title="乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜" href="/iwebshop/index.php?controller=site&action=products&id=195">乐和居 床 榻榻米储物软床 皮床双人床 真皮床婚床 1.5/1.8米 床含储物柜</a></p> <p class="brown">惊喜价:<b>¥2899.00</b></p> <p class="light_gray">市场价:<s>¥5998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=198"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6U2ycZfTbcex9MWNOODIzYzA3MTIuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" /></a> <p class="pro_title"><a title="卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200" href="/iwebshop/index.php?controller=site&action=products&id=198">卡菲纳实木床 双人床 1.8/1.5米床 现代实木橡木床LHSMC1401 胡桃色 1800*200</a></p> <p class="brown">惊喜价:<b>¥2280.00</b></p> <p class="light_gray">市场价:<s>¥6998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=12"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6N2mcNfmbVel9Y2FOZGM5YThkNjUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" /></a> <p class="pro_title"><a title="飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白" href="/iwebshop/index.php?controller=site&action=products&id=12">飞利浦PHILIPS LED台灯 触摸调光 阅读灯 晶锐 69195 亚光白</a></p> <p class="brown">惊喜价:<b>¥329.00</b></p> <p class="light_gray">市场价:<s>¥699.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=201"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Q21cMfWbYez9N2ROYjgxMDdlOGYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" /></a> <p class="pro_title"><a title="美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18" href="/iwebshop/index.php?controller=site&action=products&id=201">美国金可儿(kingkoil)进口乳胶床垫 席梦思弹簧床垫 五星级酒店床垫适中偏硬 托珀 白色 18</a></p> <p class="brown">惊喜价:<b>¥8399.00</b></p> <p class="light_gray">市场价:<s>¥25998.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=15"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0cdk6J2FcafFbdeG9SXhnS29JQUFBQUFBQm4yY3I1VU1ZQUFERlpnQlhvMG9BQUdmeDMzOC5qcGcvdy8xNzUvaC8xNzUO0O0O" width="175" height="175" alt="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" /></a> <p class="pro_title"><a title="欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光" href="/iwebshop/index.php?controller=site&action=products&id=15">欧普照明 LED台灯 卧室护眼学生学习工作床头灯护眼灯 和悦8瓦 银色 暖白光 可调光</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥499.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=204"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0Y2v0MeD5Eav8M6jdI2v0NdT6Y2xcOfGbRek9M2JOZmZmYjE1MDQuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" /></a> <p class="pro_title"><a title="红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2" href="/iwebshop/index.php?controller=site&action=products&id=204">红苹果床垫(red apple)M603软硬两用 可内视的弹簧护脊席梦思床垫 1800×2000×2</a></p> <p class="brown">惊喜价:<b>¥999.00</b></p> <p class="light_gray">市场价:<s>¥1680.00</s></p> </li> </ul> </div> </div> <div class="box m_10" name="showGoods"> <div class="title title3"> <h2><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=10"><strong>服装</strong></a></h2> <a class="more" href="/iwebshop/index.php?controller=site&action=pro_list&cat=10">更多商品...</a> <ul class="category"> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=11">男装</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=20">女包</a><span></span></li> <li><a href="/iwebshop/index.php?controller=site&action=pro_list&cat=21">女装</a><span></span></li> </ul> </div> <div class="cont clearfix"> <ul class="prolist"> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=24"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzg2NDcuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" /></a> <p class="pro_title"><a title="批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销" href="/iwebshop/index.php?controller=site&action=products&id=24">批发藏族舞蹈表演服 藏族接待服舞蹈服 民族舞演出服厂家直销</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=97"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDM5NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=97">2015新款性感蕾丝薄棉杯贝壳杯内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥22.50</b></p> <p class="light_gray">市场价:<s>¥22.50</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=27"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3Mzk5OTYuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" /></a> <p class="pro_title"><a title="批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰" href="/iwebshop/index.php?controller=site&action=products&id=27">批发民族舞蹈服表演服 藏族舞台演出服 少数民族迎宾服手工服饰</a></p> <p class="brown">惊喜价:<b>¥720.00</b></p> <p class="light_gray">市场价:<s>¥720.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=100"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MDk5NjguanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" /></a> <p class="pro_title"><a title="2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发" href="/iwebshop/index.php?controller=site&action=products&id=100">2015新款小胸性感蕾丝上薄下厚内衣胸罩 聚拢调整型品牌文胸批发</a></p> <p class="brown">惊喜价:<b>¥24.00</b></p> <p class="light_gray">市场价:<s>¥24.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=30"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE1NzAuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" /></a> <p class="pro_title"><a title="供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服" href="/iwebshop/index.php?controller=site&action=products&id=30">供应藏族成年舞蹈表演服 民族特色藏袍 个性大方生活迎宾接待服</a></p> <p class="brown">惊喜价:<b>¥696.00</b></p> <p class="light_gray">市场价:<s>¥696.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=103"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzM1MTExNzUuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" /></a> <p class="pro_title"><a title="新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发" href="/iwebshop/index.php?controller=site&action=products&id=103">新款抹胸防走光性感蕾丝聚拢调整型胸罩品牌内衣文胸厂家直销批发</a></p> <p class="brown">惊喜价:<b>¥22.00</b></p> <p class="light_gray">市场价:<s>¥22.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=17"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0NdT6U22cNfTbkew9YTFOMzM2ZTJhMDkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" /></a> <p class="pro_title"><a title="雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L" href="/iwebshop/index.php?controller=site&action=products&id=17">雅岸 2015高档正品翻领提花短袖男士衬衫 中年免烫开衫休闲格子男式衬衣男 XL4064 藏蓝色 L</a></p> <p class="brown">惊喜价:<b>¥169.00</b></p> <p class="light_gray">市场价:<s>¥169.00</s></p> </li> <li style="overflow:hidden"> <a href="/iwebshop/index.php?controller=site&action=products&id=33"><img src="/iwebshop/index.php?controller=pic&action=thumb&img=d8X7B4s0b522F8kfL8z4I3w2M2T0U2v0MeD5Yav8M6TdY2v0Mdj6A2xcNfTbAe29MTYyMzI3NDE5NzkuanBnL3cvMTc1L2gvMTc1" width="175" height="175" alt="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" /></a> <p class="pro_title"><a title="供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理" href="/iwebshop/index.php?controller=site&action=products&id=33">供应藏族成人舞台服 民族藏袍表演服批发 藏民活动接待服服装代理</a></p> <p class="brown">惊喜价:<b>¥660.00</b></p> <p class="light_gray">市场价:<s>¥660.00</s></p> </li> </ul> </div> </div> <!--品牌列表--> <div class="brand box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/brand.gif" alt="品牌列表" width="155" height="36" /></h2><a class="more" href="/iwebshop/index.php?controller=site&action=brand"><<span>全部品牌</span>></a></div> <div class="cont clearfix"> <ul> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=3"><img src="/iwebshop/upload/2015/10/20/20151020163854870.jpg" width="110" height="50"/>阿迪达斯</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=1"><img src="/iwebshop/upload/2015/10/20/20151020164042107.jpg" width="110" height="50"/>哥弟</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=2"><img src="/iwebshop/upload/2015/10/20/20151020164219989.jpg" width="110" height="50"/>adidas</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=4"><img src="/iwebshop/upload/2015/10/20/20151020164433980.jpg" width="110" height="50"/>翔龙</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=5"><img src="/iwebshop/upload/2015/10/20/20151020164519280.jpg" width="110" height="50"/>美特斯匡威</a></li> <li><a href="/iwebshop/index.php?controller=site&action=brand_zone&id=6"><img src="/iwebshop/upload/2015/10/20/20151020165004396.jpg" width="110" height="50"/>匡威</a></li> </ul> </div> </div> <!--品牌列表--> <!--最新评论--> <div class="comment box m_10"> <div class="title2"><h2><img src="/iwebshop/views/default/skin/default/images/front/comment.gif" alt="最新评论" width="155" height="36" /></h2></div> <div class="cont clearfix"> </div> </div> <!--最新评论--> </div> </div> <script type='text/javascript'> //dom载入完毕执行 jQuery(function() { //幻灯片开启 $('.bxslider').bxSlider({'mode':'fade','captions':true,'pager':false,'auto':true}); //index 分类展示 $('#index_category tr').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); //显示抢购倒计时 var cd_timer = new countdown(); //首页商品变色 var colorArray = ['green','yellow','purple','black']; $('div[name="showGoods"]').each(function(i) { $(this).addClass(colorArray[i%colorArray.length]); }); }); //电子邮件订阅 function orderinfo() { var email = $('[name="orderinfo"]').val(); if(email == '') { alert('请填写正确的email地址'); } else { $.getJSON('/iwebshop/index.php?controller=site&action=email_registry',{email:email},function(content){ if(content.isError == false) { alert('订阅成功'); $('[name="orderinfo"]').val(''); } else alert(content.message); }); } } </script> <div class="help m_10"> <div class="cont clearfix"> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=3">购物指南</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=4">购物流程</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=26">会员制度</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=27">积分说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=28">交易条款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=29">订单状态</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=4">支付帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=30">货到付款</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=31">在线支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=32">银行电汇</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=33">余额支付</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=53">支付帮助</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=6">配送帮助</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=34">配送范围及运费</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=35">上门自提</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=36">加急快递</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=37">商品验货与签收</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=38">EMS/邮政普包</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=5">售后服务</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=39">换货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=40">退货说明</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=41">退/换货注意事项</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=42">余额的使用与提现</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=43">发票制度</a></dd> </dl> <dl> <dt><a href="/iwebshop/index.php?controller=site&action=help_list&id=7">帮助信息</a></dt> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=44">关于我们</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=45">常见问题</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=46">找回密码</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=47">退订邮件/短信</a></dd> <dd><a href="/iwebshop/index.php?controller=site&action=help&id=48">联系客服</a></dd> </dl> </div> </div> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div></div> <script type='text/javascript'> $(function() { //搜索框填充默认数据 $('input:text[name="word"]').val(""); var allsortLateCall = new lateCall(200,function(){$('#div_allsort').show();}); //商品分类 $('.allsort').hover( function(){ allsortLateCall.start(); }, function(){ allsortLateCall.stop(); $('#div_allsort').hide(); } ); $('.sortlist li').each( function(i) { $(this).hover( function(){ $(this).addClass('hover'); $('.sublist:eq('+i+')').show(); }, function(){ $(this).removeClass('hover'); $('.sublist:eq('+i+')').hide(); } ); } ); //排行,浏览记录的图片 $('#ranklist li').hover( function(){ $(this).addClass('current'); }, function(){ $(this).removeClass('current'); } ); }); </script> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |
| 2017-04-22 23:07:41 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=simple&action=login_act |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | 开始post方法 |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | 测试通过 |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | 组装url |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | 开始执行get请求 |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | 现在的uri:http://localhost:82/iwebshop/index.php?controller=ucenter&action=index |
| 2017-04-22 23:07:42 | INFO | ReportUtils.java:32 | jsonObject<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>iWebShop开源电子商务平台</title> <link type="image/x-icon" href="/iwebshop/favicon.ico" rel="icon"> <link rel="stylesheet" href="/iwebshop/views/default/skin/default/css/index.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/jquery/jquery-1.12.4.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/autovalidate/validate.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/autovalidate/style.css" /> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/form/form.js"></script> <script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/artDialog.js"></script><script type="text/javascript" charset="UTF-8" src="/iwebshop/runtime/_systemjs/artdialog/plugins/iframeTools.js"></script><link rel="stylesheet" type="text/css" href="/iwebshop/runtime/_systemjs/artdialog/skins/aero.css" /> <script type='text/javascript' src="/iwebshop/views/default/javascript/common.js"></script> <script type='text/javascript' src='/iwebshop/views/default/javascript/site.js'></script> </head> <body class="second"> <div class="brand_list container_2"> <div class="header"> <h1 class="logo"><a title="iWebShop开源电子商务平台" style="background:url(/iwebshop/views/default/skin/default/images/front/logo.gif) center no-repeat;background-size:contain;" href="/iwebshop/">iWebShop开源电子商务平台</a></h1> <ul class="shortcut"> <li class="first"><a href="/iwebshop/index.php?controller=ucenter&action=index">我的账户</a></li> <li><a href="/iwebshop/index.php?controller=ucenter&action=order">我的订单</a></li> <li><a href="/iwebshop/index.php?controller=simple&action=seller">申请开店</a></li> <li><a href="/iwebshop/index.php?controller=seller&action=index">商家管理</a></li> <li class='last'><a href="/iwebshop/index.php?controller=site&action=help_list">使用帮助</a></li> </ul> <p class="loginfo"> [<a href="/iwebshop/index.php?controller=simple&action=login">登录</a><a class="reg" href="/iwebshop/index.php?controller=simple&action=reg">免费注册</a>] </p> </div> <div class="wrapper clearfix"> <div class="wrap_box"> <h3 class="notice">已注册用户,请登录</h3> <p class="tips">欢迎来到我们的网站,如果您已是本站会员请登录</p> <div class="box login_box clearfix"> <form action='/iwebshop/index.php?controller=simple&action=login_act' method='post'> <table width="515" class="form_table f_l"> <col width="160px" /> <col /> <tr><th>用户名/邮箱/手机:</th><td><input class="gray" type="text" name="login_info" value="" pattern='required' alt='填写用户名,邮箱,手机号' /></td></tr> <tr><th>密码:</th><td><input class="gray" type="password" name="password" pattern='^\S{6,32}$' alt='填写密码' /></td></tr> <tr class="low"><td></td> <td> <label class="attr"><input class="radio" type="checkbox" name="remember" value='1' />记住登录名</label> <label class="attr"><a class="link pwd" href="/iwebshop/index.php?controller=simple&action=find_password">忘记密码</a></label> </td> </tr> <tr class="low"> <td></td> <td> </td> </tr> <tr><td></td><td><input class="submit_login" type="submit" value="登录" /></td></tr> </table> </form> <!--正常登录时--> <table width="360px" class="form_table prompt_3 f_l"> <col width="75px" /> <col /> <tr> <th></th> <td> <p class="mt_10"><strong class="f14">您还不是<span class="orange">iWebShop开源电子商务平台</span>用户</strong></p> <p>现在免费注册成为iWebShop开源电子商务平台商城用户,便能立即享受便宜又放心的购物乐趣。<a class="blue" href="/iwebshop/">网站首页>></a></p> <p class="mt_10"><a class="reg_btn" href="/iwebshop/index.php?controller=simple&action=reg">注册新用户</a></p> </td> </tr> </table> </div> </div> </div> <script type='text/javascript'> //DOM加载结束 $(function(){ $(".form_table input").focus(function(){$(this).addClass('current');}).blur(function(){$(this).removeClass('current');}) }); //多平台登录 function oauthlogin(oauth_id) { $.getJSON('/iwebshop/index.php?controller=simple&action=oauth_login',{"id":oauth_id},function(content){ if(content.isError == false) { window.location.href = content.url; } else { alert(content.message); } }); } //下一步操作 function next_step() { var step_val = $('[name="next_step"]:checked').val(); if(step_val == 'acount') { window.location.href = '/iwebshop/index.php?controller=tourist&action=yes'; } else if(step_val == 'reg') { window.location.href = '/iwebshop/index.php?controller=simple&action=reg'; } } </script> <div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div> </div> </body> </html> <script type="text/javascript"> _webUrl = "/iwebshop/index.php?controller=_controller_&action=_action_&_paramKey_=_paramVal_";_themePath = "/iwebshop/views/default/";_skinPath = "/iwebshop/views/default/skin/default/"; //创建URL地址 function creatUrl(param) { var urlArray = []; var _tempArray = param.split("/"); for(var index in _tempArray) { if(_tempArray[index]) { urlArray.push(_tempArray[index]); } } if(urlArray.length >= 2) { var iwebshopUrl = _webUrl.replace("_controller_",urlArray[0]).replace("_action_",urlArray[1]); //存在URL参数情况 if(urlArray.length >= 4) { iwebshopUrl = iwebshopUrl.replace("_paramKey_",urlArray[2]); //卸载原数组中已经拼接的数据 urlArray.splice(0,3); if(iwebshopUrl.indexOf("?") == -1) { iwebshopUrl = iwebshopUrl.replace("_paramVal_",urlArray.join("/")); } else { var _paramVal_ = ""; for(var i in urlArray) { if(i == 0) { _paramVal_ += urlArray[i]; } else if(i%2 == 0) { _paramVal_ += "="+urlArray[i]; } else { _paramVal_ += "&"+urlArray[i]; } } iwebshopUrl = iwebshopUrl.replace("_paramVal_",_paramVal_); } } return iwebshopUrl; } return ''; } //切换验证码 function changeCaptcha() { $('#captchaImg').prop('src',creatUrl("site/getCaptcha/random/"+Math.random())); } </script> |